home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / ezy_comm / ezysb102.zip / EZYSB.DOC < prev    next >
Text File  |  1992-08-14  |  4KB  |  124 lines

  1.  
  2.  
  3.  
  4.                     Ezycom Sound Blaster Player V1.02
  5.              Copyright Peter Davies 1992.  All Rights Reserved.
  6.  
  7.  
  8. In using the Ezycom Sound Blaster program, you are agreeing
  9. to all the coniditions and/or licencising agreements stated in
  10. license.doc.  If, you do not know these, then read them NOW,
  11. before continuing further.
  12.  
  13.  
  14. *** WARNING ***
  15.  
  16. The Sound Blaster does NOT work well under Multitaskers
  17. or Networks!
  18.  
  19.  
  20. *** TESTING ***
  21.  
  22. This program has been tested on Sound Blaster, Sound Blaster 2
  23. and the Sound Blaster Pro.  If, you have any problems, just
  24. ask, and I'll see what I can do.
  25.  
  26.  
  27. *** REQUIREMENTS ***
  28.  
  29. This version of EZYSB requires Ezycom V1.02.  It must also be
  30. able to locate CONFIG.EZY.  This version will NOT work on
  31. earlier versions of Ezycom.
  32.  
  33.  
  34. *** WHAT IS IT? ***
  35.  
  36. Ezycom allows external programs to be used to page the sysop.
  37. The normal Sound Blaster players are inadequate to the state
  38. where it doesn't return an errorlevel on whether the sysop
  39. answered the chat, aborted it, timed out or stopped it with
  40. no more pages.  This remedies that problem.
  41.  
  42. EZYSBVOC only plays a certain types of VOC files, that is one
  43. that was saved either in under 32k in size, or was saved by saving
  44. the VOC file to Disk, rather than to memory, then to Disk.  I've
  45. had a file 3 meg long VOC files being played by it, so it works
  46. quite well.
  47.  
  48. EZYSBCMF requires SBFMDRV to be loaded for it to function correctly.
  49.  
  50.  
  51. *** SETUP EZYSBVOC (VOC file player) ***
  52.  
  53. The CT-VOICE.DRV file must be in your PATH statement or in
  54. your current directory for EZYSBVOC to operate correctly.  You can
  55. replace it with your own if you wish.
  56.  
  57. Go to the paths statement in Ezycom CONFIG and where it says
  58. "Outside Page", replace that with EZYSB <filename> [irq] [hex].
  59. For instance
  60. C:\EZY\EZYSBVOC.EXE FROGS.VOC.
  61.  
  62. Also, the two optionial parameters can be placed on the end of the
  63. command line.  EZYSBVOC <voc file> [irq] [hex address]
  64. It seems that the voice driver does find the irq and hex addresses
  65. by itself quite well.  But, just in case, you can add these parameters.
  66. eg. C:\EZY\EZYSBVOC.EXE FROGS.VOC 7 220
  67.  
  68. You can achieve multiple random sound samples by using a *SB
  69. in the filename in Ezycom CONFIG.
  70. eg. C:\EZY\EZYSBVOC.EXE PAGE*SB.VOC
  71.  
  72. Depending on the number of page files setup in misc->paging,
  73. you could be playing PAGE01.VOC, PAGE02.VOC, etc.
  74.  
  75. The Sound Player also only plays the file to the paging time
  76. limit, instead of playing it to it's full entirety.  That means
  77. the longest tune it will play is slightly over 4 minutes long.
  78.  
  79.  
  80. *** SETUP EZYSBCMF (CMF file player) ***
  81.  
  82. This player is setup much the same as EZYSBVOC, except that SBFMDRV
  83. must be loaded before playing the CMF file, and no hex/irq address
  84. is required on EZYSBCMF.  The command line syntax is
  85. EZYSBCMF.EXE <filename>
  86. eg EZYSBCMF.EXE TUNE.CMF
  87.  
  88. The <filename> should include the .CMF extension.  As with the VOC file
  89. player, random tunes can be played in exactly the same way.
  90. eg EZYSBCMF.EXE PAGE*SB.CMF
  91.  
  92. Since, the SBFMDRV.COM has a slight overhead, the best way to run the CMF
  93. player in my opinion is to load a batch file.  The batch file should load
  94. SBFMDRV.COM, then run EZYSBCMF, then unload SBFMDRV.COM.
  95. In Ezycom CONFIG, it would be setup something like
  96. *C /C CMFTUNE.BAT *SB
  97.  
  98. The batch file CMFTUNE.BAT might look like
  99. SBFMDRV.COM
  100. EZYSBCMF.EXE PAGE%1.CMF
  101. SBFMDRV.COM /u
  102.  
  103. That way, the overhead is removed after the tune is played, instead of
  104. Ezycom running underneath the SBFMDRV.COM (waisting memory!).
  105.  
  106. As with the VOC file player, the CMF player conforms to the page time
  107. limits of ezycom.
  108.  
  109.  
  110. *** CREDITS ***
  111.  
  112. Creative Labs: For developing an excellant Sound Card.
  113. Brad Vonarx:   For testing it on the Sound Blaster Pro.
  114. Geoff Edes:    For incentive and Sound Blaster Testing.
  115.  
  116.  
  117. *** SUPPORT ***
  118.  
  119. Peter Davies   BBS       +61-3-578-0968  (V22bis, V32)
  120.                Internet  daviesex@brt.deakin.edu.au
  121.                Fido      3:636/213
  122.                EC_DEV    (Ezycom development echo)
  123.  
  124.